crypto/internal/edwards25519.projP1xP1.Z (field)
11 uses
crypto/internal/edwards25519 (current package)
edwards25519.go#L15: X, Y, Z, T field.Element
edwards25519.go#L197: v.Y.Multiply(&p.Y, &p.Z)
edwards25519.go#L198: v.Z.Multiply(&p.Z, &p.T)
edwards25519.go#L211: v.y.Multiply(&p.Y, &p.Z)
edwards25519.go#L212: v.z.Multiply(&p.Z, &p.T)
edwards25519.go#L287: v.Z.Add(&ZZ2, &TT2d)
edwards25519.go#L307: v.Z.Subtract(&ZZ2, &TT2d) // flipped sign
edwards25519.go#L326: v.Z.Add(&Z2, &TT2d)
edwards25519.go#L345: v.Z.Subtract(&Z2, &TT2d) // flipped sign
edwards25519.go#L363: v.Z.Subtract(&YY, &XX)
edwards25519.go#L366: v.T.Subtract(&ZZ2, &v.Z)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |